home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 9: Drivers / 1999-09 CD ACTUAL TEMATICO #9 (PC Actual Septiembre 99).iso / Modems / Zoom / Lucent2925L / ltwave.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1999-01-28  |  1.7 KB  |  62 lines

  1. ; --------------------------------------------------------------
  2. ; ltwave.inf            version 2.1.0.0  Rev. I       1/19/99
  3. ; This is the INF file for Zoom Telephonics, Inc. modems.
  4. ; Modified by Ying Jie Chan
  5. ; --------------------------------------------------------------
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Class=MEDIA
  10. provider=%MSFT%
  11.  
  12. [ClassInstall]
  13. Addreg=Class.AddReg
  14.  
  15. [Class.AddReg]
  16. HKR,,,,%MediaClassName%
  17. HKR,,Icon,,"-1"
  18. HKR,,Installer,,mmci.dll
  19.  
  20. [Manufacturer]
  21. %MfgName%=Zoom
  22.  
  23. [Zoom]
  24. ; the device id's (MODEMWAVE\Zoom 56K PCI Faxmodem)
  25. ; correspond EXACTLY to the modem name with underscores in place of spaces.
  26. ; the names must be an exact match or installer won't find device.
  27. ; this scheme is because of the way the serial wave device enumeration occurs.
  28.  
  29. ; serial wave device - imaadpcm driver
  30. %Serial.DeviceDesc%=MSSERWAVE, MODEMWAVE\Zoom_56K_PCI_Faxmodem
  31.  
  32. [PreCopySection]
  33. HKR,,NoSetupUI,,1
  34.  
  35. [MSSERWAVE]
  36. AddReg=MSSERWAVE.AddReg
  37.  
  38. [MSSERWAVE.AddReg]
  39. HKR,,DevLoader,,mmdevldr.vxd
  40. HKR,Drivers,MIGRATED,,0
  41. HKR,Drivers\wave,,,
  42. HKR,,Driver,,serwave.vxd
  43. HKR,Drivers\wave\serwvdrv.drv,Description,,%Serial.DeviceDesc%
  44. HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
  45. HKR,Drivers,SubClasses,,"wave"
  46. HKR,Config,XformModule,  , "umdmxfrm.dll"
  47. HKR,Config,XformID,     1, 04, 00, 00, 00
  48. HKR,Config,BaudRate,    1, 00, c2, 01, 00
  49. ; 2 wave devices - line & local phone
  50. ;HKR,Config,WaveDevices,  1, 02, 00
  51. ; 1 wave device - only line
  52. HKR,Config,WaveDevices,  1, 01, 00
  53.  
  54. ;---------------------------------------------------------------;
  55.  
  56. [Strings]
  57. MSFT="Microsoft"
  58. MfgName="Zoom Telephonics, Inc."
  59. Serial.DeviceDesc="Zoom Voice Modem Serial Wave Device"
  60. MediaClassName="Sound, video and game controllers"
  61.  
  62.